home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / mac / data / xxi_appendice_dvd.swf / scripts / TitleBackground.as < prev    next >
Text File  |  2007-11-08  |  959b  |  20 lines

  1. _global.mx.skins.TitleBackground = function()
  2. {
  3.    this.constructObject();
  4. };
  5. _global.mx.skins.TitleBackground.prototype = new mx.skins.CustomBorder();
  6. _global.mx.skins.TitleBackground.prototype.className = "TitleBackground";
  7. _global.mx.skins.TitleBackground.symbolName = "TitleBackground";
  8. _global.mx.skins.TitleBackground.symbolOwner = _global.mx.skins.TitleBackground;
  9. _global.mx.skins.TitleBackground.prototype.leftSkin = "TitleLeft";
  10. _global.mx.skins.TitleBackground.prototype.middleSkin = "TitleMiddle";
  11. _global.mx.skins.TitleBackground.prototype.rightSkin = "TitleRight";
  12. _global.mx.skins.SkinElement.registerElement("TitleBackground",_global.mx.skins.TitleBackground);
  13. _global.mx.skins.SkinElement.registerElement("TitleLeft");
  14. _global.mx.skins.SkinElement.registerElement("TitleMiddle");
  15. _global.mx.skins.SkinElement.registerElement("TitleRight");
  16. _global.mx.skins.TitleBackground.prototype.init = function()
  17. {
  18.    super.init();
  19. };
  20.